ComponentOne Basic Library for UWP
New<T>(Type) Method

C1.UWP Assembly > C1.Xaml Namespace > TypeEx Class > New Method : New<T>(Type) Method
The type.
Creates a new instance of this type using the default constructor.
Syntax
'Declaration
 
Public Overloads Shared Function New(Of T)( _
   ByVal type As System.Type _
) As T
public static T New<T>( 
   System.Type type
)

Parameters

type
The type.

Type Parameters

T

Return Value

A new instance of type T.
See Also

Reference

TypeEx Class
TypeEx Members
Overload List